Skip to content

Add scheme test, test-unit to development dependencies #75

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vidmantas
Copy link

I've seen that there're no specs for scheme option. This is useful having SSL redirects.

@@ -48,6 +48,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'shoulda', '~> 2.10.2'
s.add_development_dependency 'mocha', '~> 0.9.7'
s.add_development_dependency 'rack'
s.add_development_dependency 'test-unit'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this needed? how come?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without it:

➜  rack-rewrite git:(add-scheme-test) ✗ rake test
/Users/vidmantas/.rvm/rubies/ruby-2.2.3/bin/ruby -I"lib:lib:test:."  "/Users/vidmantas/.rvm/rubies/ruby-2.2.3/lib/ruby/2.2.0/rake/rake_test_loader.rb" "test/**/*_test.rb"
/Users/vidmantas/.rvm/gems/ruby-2.2.3/gems/shoulda-2.10.3/lib/shoulda/test_unit.rb:1:in `require': cannot load such file -- test/unit (LoadError)
<...>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants